Foxit PDF RDK
|
Defines a callback interface for handling the result of a CropPageSizeTask. More...
Public Member Functions | |
constructor () | |
Constructor for the CropPageSizeTaskCallBack class. Initializes a new instance of the CropPageSizeTaskCallBack. | |
execute (task) | |
Executes the callback with the result of a CropPageSizeTask. More... | |
result (task) | |
Handles the result of a CropPageSizeTask. More... | |
Defines a callback interface for handling the result of a CropPageSizeTask.
FoxitRDKNative.CropPageSizeTaskCallBack.execute | ( | task | ) |
Executes the callback with the result of a CropPageSizeTask.
{CropPageSizeTask} | task - The CropPageSizeTask whose result is being processed. This method is called to execute the callback when the task completes. |
FoxitRDKNative.CropPageSizeTaskCallBack.result | ( | task | ) |
Handles the result of a CropPageSizeTask.
{CropPageSizeTask} | task - The CropPageSizeTask whose result is being processed. This method is called to handle the result specifically, providing access to its outcome. |